home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plerry < prev    next >
Text File  |  1994-06-17  |  364b  |  15 lines

  1. plerry:
  2.  
  3. Synopsis: 2-dimensional plot with vertical error-bars.
  4.  
  5. Syntax: plerry ( X, Y, Ymin, Ymax )
  6.  
  7. Description:
  8.  
  9.     Plerry creates a 2-dimensional plot with X as the independent
  10.     variable, and Y as the dependent variable. Ymin and Ymax are
  11.     vectors, the same size as Y (and X) that represent the minimun
  12.     and maximun error bounds on the Y values.
  13.  
  14. See Also: plot
  15.